home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / RuntimeInstaller_yellowSecurityIcon.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  311 b   |  15 lines

  1. package
  2. {
  3.    import mx.core.BitmapAsset;
  4.    
  5.    [Embed(source="/_assets/81_RuntimeInstaller_yellowSecurityIcon.png")]
  6.    public class RuntimeInstaller_yellowSecurityIcon extends BitmapAsset
  7.    {
  8.       public function RuntimeInstaller_yellowSecurityIcon()
  9.       {
  10.          super();
  11.       }
  12.    }
  13. }
  14.  
  15.